home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Ubuntu 9.10 PL / karmelkowy-koliberek-desktop-9.10-i386-PL.iso / casper / filesystem.squashfs / var / lib / dpkg / info / casper.postinst < prev    next >
Text File  |  2009-10-22  |  205b  |  11 lines

  1. #! /bin/sh
  2.  
  3. update-initramfs -u
  4.  
  5. # Automatically added by dh_installinit
  6. if [ -x "/etc/init.d/casper" ]; then
  7.     update-rc.d casper start 89 0 6 . >/dev/null || exit $?
  8. fi
  9. # End automatically added section
  10.  
  11.